|
Introduction
DaintyDate is a custom control for Microsoft Visual Studio .NET that replaces the ASP.NET datepicker with many extra cool features including JavaScript date navigation (No Postbacks!) and a range of Dynamic popup features!
Save valuable development time and page space with pre-configured styles and dynamic popups formats that enhance user experience and make deployment completely trouble free.
Page forwards and backwards or go direct to a date by selecting a month or year from the popup menus. DaintyDate gives users quick access to any date without posting a single request to the web server allowing target dates to be reached within seconds.
All JavaScript, styles and images are embedded into the control so you never need worry about ensuring resource files are located in the correct location.
Update - 27th Feb 2007
Now supports Null dates and quick access buttons!
Update - 18th Feb 2007
Finally DaintyDate is Opera compatible! A few tweaks were made to event capturing and now the control can be used in all main browsers including Internet Explorer, Firefox and Opera.
There has also been a number of requests for multiple date formats (especially from you Swedish guys) so now the Datepicker supports all day, month and year combinations according to the microsoft .NET standard http://msdn2.microsoft.com/en-us/library/8kb3ddd4.aspx
d -Represents the day of the month as a number from 1 through 31. A single-digit day is formatted without a leading zero.
dd - Represents the day of the month as a number from 01 through 31. A single-digit day is formatted with a leading zero.
ddd - Represents the abbreviated name of the day of the week as defined in the current System.Globalization.DateTimeFormatInfo.AbbreviatedDayNames property.
dddd - Represents the full name of the day of the week as defined in the current System.Globalization.DateTimeFormatInfo.DayNames property.
M - Represents the month as a number from 1 through 12. A single-digit month is formatted without a leading zero.
MM - Represents the month as a number from 01 through 12. A single-digit month is formatted with a leading zero.
MMM - Represents the abbreviated name of the month as defined in the current System.Globalization.DateTimeFormatInfo.AbbreviatedMonthNames property.
MMMM -Represents the full name of the month as defined in the current System.Globalization.DateTimeFormatInfo.MonthNames property.
Examples:
dddd dd MMMM yyyy - Friday 09 February 2007 dd - MM - yyyy - 09 - 02 - 2007 dd of MMMM in yyyy - 18 of February in 2007
Don't forget to vote!
|
Bugs
If you find and fix a bug please send me the source with the new code areas clearly identified. Thanks!
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here