DMXzone Timepicker Support Product Page

Under investigation

Timepicker 1.1.1 AM PM Back wards

Reported 11 Apr 2013 23:36:19
1
has this problem
11 Apr 2013 23:36:19 Foster Brovan posted:
Hi,
My Timepicker 1.1.1 AM PM Back wards.
I am using a recordset to for the defaultdate and time.
Why is the am or pm not showing you as what I posted?
Here is the code

<input class="dmxCalendar2" name="Cal_Event_Start_Date" id="Cal_Event_Start_Date" value="<?php echo  dmxCalendarFormat($row_CalEdit['Cal_Event_Start_Date'], "mm/dd/yy") ; ?>" />
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#Cal_Event_Start_Date").dmxCalendar2(
         {"defaultTime": "<?php echo  dmxCalendarFormat($row_CalEdit['Cal_Event_Start_Date'], "hh:nn TT") ; ?>", "timeFormat": "hh:mm TT", "ampm": true, "hourGrid": 4, "minuteGrid": 15, "defaultDate": "<?php echo  dmxCalendarFormat($row_CalEdit['Cal_Event_Start_Date'], "mm/dd/yy") ; ?>", "altFormat": "yy-mm-dd", "numberOfMonths": [1, 2], "condDates": [], "firstDay": 1, "yearRange": "c-10:c+10", "extensions": ["DMXzoneTimepicker"], "timezone": "+1100", "altField": "hidden_Cal_Event_Start_Date", "showButtonPanel": true, "showOn": "both", "duration": "slow", "showOptions": {"direction": "up", "easing": "swing"}}
       );
     }
 );
  // ]]>
</script>

Thank you Foster

Replies

Replied 15 Apr 2013 05:44:40
15 Apr 2013 05:44:40 Vulcho Vulev replied:
Hello Foster.

Our developers are currently investigating the issue.
I will notify you in the thread when the fix is available.

Regards:Vulcho.

Reply to this topic