source: trunk/prototype/app/plugins/datejs/date.js @ 5341

Revision 5341, 761 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1/**
2 * Please include a date.js file from the /build/ folder.
3 *
4 * Individual date.js files have been compiled for each of the 150+ supported Cultures.
5 *
6 * Example:
7 * date.js       // English (United States)
8 * date-en-US.js // English (United States)
9 * date-de-DE.js // Deutsch (Deutschland)
10 * date-es-MX.js // français (France)
11 */
12
13alert(
14    "Please include a date.js file from the /build/ folder.\n\n" +
15    "Individual date.js files have been compiled for each supported Culture.\n\n" +
16    "Example:\n" +
17    "    date.js       // English (United States)\n" +
18    "    date-en-US.js // English (United States)\n" +
19    "    date-de-DE.js // Deutsch (Deutschland)\n" +
20    "    date-es-MX.js // français (France)\n"
21    );
Note: See TracBrowser for help on using the repository browser.