# ---+ Extensions # ---++ DatePickerPlugin # See also documentation at # TWiki:Plugins/DatePickerPlugin # and Mishoo's JS Calendar home. # **STRING 20** # Date format. Default: %Y-%m-%d. Available date specifiers: #
# %a - abbreviated weekday name
# %A - full weekday name
# %b - abbreviated month name
# %B - full month name
# %C - century number
# %d - the day of the month ( 00 .. 31 )
# %e - the day of the month ( 0 .. 31 )
# %H - hour ( 00 .. 23 )
# %I - hour ( 01 .. 12 ) #
# %j - day of the year ( 000 .. 366 )
# %k - hour ( 0 .. 23 )
# %l - hour ( 1 .. 12 )
# %m - month ( 01 .. 12 )
# %M - minute ( 00 .. 59 )
# %n - a newline character
# %p - "PM" or "AM"
# %P - "pm" or "am"
# %S - second ( 00 .. 59 ) #
# %s - number of seconds since Epoch
# %t - a tab character
# %U, %W, %V - the week number
# %u - the day of the week ( 1 .. 7, 1 = MON )
# %w - the day of the week ( 0 .. 6, 0 = SUN )
# %y - year without the century ( 00 .. 99 )
# %Y - year including the century ( ex. 1979 )
# %% - a literal % character
#   #
$TWiki::cfg{Plugins}{DatePickerPlugin}{Format} = '%Y-%m-%d'; # **STRING 10** # Interface language. Default: en. Available: af, al, bg, big5, big5-utf8, br, ca, # cn_utf8, cs-utf8, cs-win, da, de, du, el, en, es, fi, fr, he-utf8, hr, hr-utf8, hu, # it, jp, ko, ko-utf8, lt, lt-utf8, lv, nl, no, pl, pl-utf8, pt, ro, ru, ru_win_, # si, sk, sp, sv, tr, zh. $TWiki::cfg{Plugins}{DatePickerPlugin}{Lang} = 'en'; # **STRING 10** # Style. Default: twiki. Available: blue, blue2, brown, green, system, tas, twiki, # win2k-1, win2k-2, win2k-cold-1, win2k-cold-2. $TWiki::cfg{Plugins}{DatePickerPlugin}{Style} = 'twiki';