Go to the documentation of this file.
11 define(
"_CAL_FORMAT",
"Y-m-d");
13 define(
"_CAL_JQUERY_FORMAT",
"yy/mm/dd");
15 define(
"_CAL_MIN_SUNDAY",
"Su");
16 define(
"_CAL_MIN_MONDAY",
"Mo");
17 define(
"_CAL_MIN_TUESDAY",
"Tu");
18 define(
"_CAL_MIN_WEDNESDAY",
"We");
19 define(
"_CAL_MIN_THURSDAY",
"Th");
20 define(
"_CAL_MIN_FRIDAY",
"Fr");
21 define(
"_CAL_MIN_SATURDAY",
"Sa");
23 define(
"_CAL_SHORT_SUNDAY",
"Sun");
24 define(
"_CAL_SHORT_MONDAY",
"Mon");
25 define(
"_CAL_SHORT_TUESDAY",
"Tue");
26 define(
"_CAL_SHORT_WEDNESDAY",
"Wed");
27 define(
"_CAL_SHORT_THURSDAY",
"Thu");
28 define(
"_CAL_SHORT_FRIDAY",
"Fri");
29 define(
"_CAL_SHORT_SATURDAY",
"Sat");
31 define(
"_CAL_SHORT_JANUARY",
"January");
32 define(
"_CAL_SHORT_FEBRUARY",
"February");
33 define(
"_CAL_SHORT_MARCH",
"March");
34 define(
"_CAL_SHORT_APRIL",
"April");
35 define(
"_CAL_SHORT_MAY",
"May");
36 define(
"_CAL_SHORT_JUNE",
"June");
37 define(
"_CAL_SHORT_JULY",
"July");
38 define(
"_CAL_SHORT_AUGUST",
"August");
39 define(
"_CAL_SHORT_SEPTEMBER",
"September");
40 define(
"_CAL_SHORT_OCTOBER",
"October");
41 define(
"_CAL_SHORT_NOVEMBER",
"November");
42 define(
"_CAL_SHORT_DECEMBER",
"December");
44 define(
"_CAL_SUNDAY",
"Sunday");
45 define(
"_CAL_MONDAY",
"Monday");
46 define(
"_CAL_TUESDAY",
"Tuesday");
47 define(
"_CAL_WEDNESDAY",
"Wednesday");
48 define(
"_CAL_THURSDAY",
"Thursday");
49 define(
"_CAL_FRIDAY",
"Friday");
50 define(
"_CAL_SATURDAY",
"Saturday");
51 define(
"_CAL_JANUARY",
"January");
52 define(
"_CAL_FEBRUARY",
"February");
53 define(
"_CAL_MARCH",
"March");
54 define(
"_CAL_APRIL",
"April");
55 define(
"_CAL_MAY",
"May");
56 define(
"_CAL_JUNE",
"June");
57 define(
"_CAL_JULY",
"July");
58 define(
"_CAL_AUGUST",
"August");
59 define(
"_CAL_SEPTEMBER",
"September");
60 define(
"_CAL_OCTOBER",
"October");
61 define(
"_CAL_NOVEMBER",
"November");
62 define(
"_CAL_DECEMBER",
"December");
64 define(
"_CAL_TGL1STD",
"Toggle first day of week");
65 define(
"_CAL_PREVYR",
"Prev. year (hold for menu)");
66 define(
"_CAL_PREVMNTH",
"Prev. month (hold for menu)");
67 define(
"_CAL_GOTODAY",
"Go Today");
68 define(
"_CAL_NXTMNTH",
"Next month (hold for menu)");
69 define(
"_CAL_NEXTYR",
"Next year (hold for menu)");
70 define(
"_CAL_SELDATE",
"Select date");
71 define(
"_CAL_DRAGMOVE",
"Drag to move");
72 define(
"_CAL_TODAY",
"Today");
73 define(
"_CAL_DISPM1ST",
"Display Monday first");
74 define(
"_CAL_DISPS1ST",
"Display Sunday first");