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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -