View Single Post
Old 11-18-2015, 10:21 PM   #2
ramskl
Registered User
 
Join Date: Sep 2015
Posts: 240
Quote:
Originally Posted by kathyrose View Post
Read more about it at
<?php
$datepicker = new \Kendo\UI\DatePicker('datepicker');
$datepicker->min(new DateTime('1900-01-01'))
->max(new DateTime('2099-12-31'))
->value(new DateTime('today', new DateTimeZone('UTC')));
?>
<?php
echo $datepicker->render();
?>
This method is not a correct one.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ramskl is offline   Reply With Quote