by Peter deHaan
December 12, 2007
The following example shows how you can format the displayed date in a DateField control by setting the labelFunction property and creating a custom label function.
Full code after the jump.
Read the full article →
by Peter deHaan
August 23, 2007
This is kind of silly, but I was looking through the DateBase class today and figured “why not?”. This example takes a quick look at setting the DateChooser control’s dayNames property and switching between the default values (“S”, “M”, “T”, …, “S”) with the longer versions such as “Sun”, “Mon”, “Tue”, …, “Sat”, and the [...]
Read the full article →