0
votes
1answer
180 views

Complex Date Issue - PHP - Codeigniter - Jquery UI Calendar

I am creating a site that utilizes the jquery ui datepicker. I have it where items have different rental lengths. So a car might be 7 days, while a tent might be 3 days. When the user enters a ...
0
votes
0answers
100 views

Server time in Jquery UI datepicker

How to set highlighted date as Server date in JQyery UI Datepicker, i have used following Script, And i am using PHP for server programming <script> $(function() { ...
0
votes
2answers
217 views

Getting first day of month in PHP 5.2.6?

I have following scenario: Datepicker for user to choose Year,Month, and use it to display records for the selected month. The selected value is passed to details_subcontractor.php, using Ajax. ...
-3
votes
3answers
44 views

how to display date as feb-04-2012 instead of 02/04/2012 in uidatepicker

My UI date picker shows the date as mm/dd/yy format I need to change this as monthname-dd-yy i.e. 04/02/2012 as march-02-2012 But I don't know how? Does anyone know this? Please advice
0
votes
1answer
154 views

Jquery Calander: While loading the page calendar should be selected the range based on Start_date and End_Date input

I am using Jquery Datepicker. In on of my module (PHP) when i am trying to add package details i need to show the date picker with already selected dates in other color. So that admin will not use ...
-1
votes
1answer
400 views

no space between date and time using jquery-ui date/time picker

hi i have a jquery date/time picker.. my problem is that it is displayed in 2011-05-045:36 PM and i need help on how to do it as 2011-05-04 5:36 PM i know its very easy for you guys but i cant ...