Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/httpd/html/PHP/mod_form.php on line 675
Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/httpd/html/PHP/mod_form.php on line 676
| Mo |
Tu |
We |
Th |
Fr |
Sa |
Su |
| |
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
|
28
|
29
|
30
|
31
|
|
Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/httpd/html/PHP/mod_form.php on line 752
Comments:
-
Multi-language for date format (support of setlocales).
you can add all language on your system with setlocales. (locale =
en / fr_FR / pt_PT)
-
Various title_format (according with the function strftime - except macro
%1 and %2)
-
%A:
full weekday name according to the current locale
-
%a:
abbreviated weekday name according to the current locale
-
%1:
first letter on weekday name according to the current locale
-
%2:
two firsts letters on weekday name according to the current locale
The source