My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 30: 1.2 locale syntax problems
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jun 2009


Sign in to add a comment
 
Reported by ioannis....@gmail.com, Jun 6, 2009
hello
You are doing a great job with calendar !!!

I cannot figure out though the new settings

In localization can you make an example please for

$.fullCalendar.monthAbbrevs: ["Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ"],

can you use  { className: 'gcal-events' } for changing the color of the events?

in the example the time is displayed as 4p or 8a 

is it possible to display it as 16:00 or 08:00

Thanks 
Ioannis

Jun 6, 2009
Project Member #1 adamrs...@gmail.com
- before you initialize a fullcalendar, do this:

$.fullCalendar.monthAbbrevs = ["Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαι", "Ιουν", "Ιουλ",
"Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ"];

- there is a comment in fullcalendar.css on how to customize color per className.

- use the "timeFormat" option and use the commands here:
http://arshaw.com/fullcalendar/docs/#formatdate . you'd want he string "H:i"
Status: Done
Jun 7, 2009
#2 ioannis....@gmail.com
thanks for your replies!
Sign in to add a comment

Powered by Google Project Hosting