| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
2 |
<HTML>
|
|
|
3 |
<HEAD>
|
|
|
4 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
|
5 |
<LINK REL="Start" HREF="index.html">
|
|
|
6 |
<LINK REL="Contents" HREF="toc.html">
|
|
|
7 |
<LINK REL="Prev" HREF="984Weekscale.html">
|
|
|
8 |
<LINK REL="Next" HREF="986Yearscale.html">
|
|
|
9 |
<STYLE TYPE="text/css"><!--
|
|
|
10 |
BODY { font-family: serif }
|
|
|
11 |
H1 { font-family: sans-serif }
|
|
|
12 |
H2 { font-family: sans-serif }
|
|
|
13 |
H3 { font-family: sans-serif }
|
|
|
14 |
H4 { font-family: sans-serif }
|
|
|
15 |
H5 { font-family: sans-serif }
|
|
|
16 |
H6 { font-family: sans-serif }
|
|
|
17 |
SUB { font-size: smaller }
|
|
|
18 |
SUP { font-size: smaller }
|
|
|
19 |
PRE { font-family: monospace }
|
|
|
20 |
A { text-decoration: none }
|
|
|
21 |
--></STYLE>
|
|
|
22 |
</HEAD>
|
|
|
23 |
<BODY>
|
|
|
24 |
<A HREF="toc.html">Contents</A>
|
|
|
25 |
<A HREF="984Weekscale.html">Previous</A>
|
|
|
26 |
<A HREF="986Yearscale.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="9_8_5">9.8.5 Month scale</A></H3>
|
|
|
29 |
<P> For month scale you can use the SetStyle() method to choose between
|
|
|
30 |
a variety of formats.</P>
|
|
|
31 |
<UL>
|
|
|
32 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
33 |
MONTHSTYLE_SHORTNAME</FONT></FONT></CODE></DIV>
|
|
|
34 |
<P>Display the month name in its locale specific short form, i.e Jan,
|
|
|
35 |
Feb etc</P>
|
|
|
36 |
</LI>
|
|
|
37 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
38 |
MONTHSTYLE_SHORTNAMEYEAR2</FONT></FONT></CODE></DIV>
|
|
|
39 |
<P>Display the month name in its locale specific short form together
|
|
|
40 |
with a 2 digit year , i.e Jan '01, Feb '01 etc</P>
|
|
|
41 |
</LI>
|
|
|
42 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
43 |
MONTHSTYLE_SHORTNAMEYEAR4</FONT></FONT></CODE></DIV>
|
|
|
44 |
<P>Display the month name in its locale specific short form together
|
|
|
45 |
with a 4 digit year , i.e Jan 2001, Feb 2001 etc</P>
|
|
|
46 |
</LI>
|
|
|
47 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
48 |
MONTHSTYLE_LONGNAME</FONT></FONT></CODE></DIV>
|
|
|
49 |
<P>Display the month name in its locale specific long name, i.e.
|
|
|
50 |
January, February</P>
|
|
|
51 |
</LI>
|
|
|
52 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
53 |
MONTHSTYLE_LONGNAMEYEAR2</FONT></FONT></CODE></DIV>
|
|
|
54 |
<P>Display the month name in its locale specific long name together with
|
|
|
55 |
a 2 digit year , i.e January '01, February '01 etc</P>
|
|
|
56 |
</LI>
|
|
|
57 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
58 |
MONTHSTYLE_LONGNAMEYEAR4</FONT></FONT></CODE></DIV>
|
|
|
59 |
<P>Display the month name in its locale specific long name together with
|
|
|
60 |
a 4 digit year , i.e January 2001, February 2001 etc</P>
|
|
|
61 |
</LI>
|
|
|
62 |
<LI><DIV class="phpscript"><CODE><FONT color="#000000"> <FONT color="#0000BB">
|
|
|
63 |
MONTHSTYLE_FIRSTLETTER</FONT></FONT></CODE></DIV>
|
|
|
64 |
<P>The first letter of the month name</P>
|
|
|
65 |
</LI>
|
|
|
66 |
</UL>
|
|
|
67 |
<P></P>
|
|
|
68 |
<HR NOSHADE>
|
|
|
69 |
<A HREF="toc.html">Contents</A>
|
|
|
70 |
<A HREF="984Weekscale.html">Previous</A>
|
|
|
71 |
<A HREF="986Yearscale.html">Next</A>
|
|
|
72 |
</BODY>
|
|
|
73 |
</HTML>
|