| Calendar Documentation - Client side
|
| |
|
OboutInc.Calendar2 namespace
<%@ Register TagPrefix="obout" Namespace="OboutInc.Calendar2" Assembly="obout_Calendar2_Net" %>
Check also
client side functions tutorial.
selectedDate
|
Get the calendar selected date.
|
selectedDates
|
Get the calendar selected dates.
To allow multiple dates selection set server property MultiSelectedDates to true.
|
enabled
|
If false, when in date picker mode, calendar is disabled.
|
Clear
|
Clear the selected date, if available.
|
setDate
|
Set the calendar selected date.
Overloaded methods:
setDate(dateFirstMonth, dateSelected)
- dateFirstMonth - a date representing the first visible month.
- dateSelected - a date representing the selected date.
Calendar1.setDate(new Date(1982, 1, 1), new Date(1982, 1, 3));
|
formatDate
|
Format a date using the specified format.
Overloaded methods:
formatDate(date, format)
- date - the date object that needs to be formated.
- format - a string value representing the date format output.
var formattedDate = Calendar1.formatDate(new Date(1982, 1, 1), "MM dd, yyyy");
|
|
|
|
|
| "Your grid is awesome! Solid!" |
Mike Labman |
|
| |
|