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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -