datepicker - Is it possible to remove the timezone from a cal event? -
im using fullcalendar , remove timezone calevent.start. how can this? thought this:
$("#startstatus").val(calevent.start)({ startformat: 'yy-mm-dd' });
instead of:
$("#startstatus").val(calevent.start),
Comments
Post a Comment