CodeGarden 10: The sixth annual Umbraco Developer Conference
June 23-25th 2010 - free ASP.NET MVC pre-conference. Register today!

skiltz.DateTimePicker

Version: 1.0, Beta

Download skiltz.DateTimePicker, 1.0

Project Summary

Project owner:
skiltz
Created:
10/23/2009
Current version
1.0
License
MIT
Tags
datatype  datetime  date 
Downloads:
86

This projects wraps Martin Milesich's (http://milesich.com/timepicker/) date time picker an extention to jquery ui components into an Umbraco Datatype.

Both of these controls are licensed under the MIT and GPL licenses.

Installing this package will Install the following items:

-  Files insalled/umbraco_client/skiltz.DateTimePicker directory
- .dll file installed to your bin directory called skiltz.DateTimePicker.
- Two datatypes called skiltz.DatePicker and skiltz.DateTimePicker

The datatype has 6 properties which can be set.

 showTime | true/false
 constrainInput | true/false allow user to input text into textbox
 stepMinutes | int 1 to 60
 stepHours | int 1 to 24
 time24h | true/false
 dateFormat  | dd/mm/yy (javascript format)

Furthur information about these properties should be looked up at Martin's blog as mentioed above.

-Known bugs:
Having two of these datatypes on one page with showTime property set to true caused the time dialog box not to show.  This is because the <script> tags are being rendered to the Master page multiple times.

Any questions feel free to ask.

 

 

 

 

 

Screenshots

Attached files