Skip to content

Instantly share code, notes, and snippets.

@tristar500
Created April 21, 2014 15:25
Show Gist options
  • Save tristar500/11145895 to your computer and use it in GitHub Desktop.
Save tristar500/11145895 to your computer and use it in GitHub Desktop.
new JS Date with PHP formatting
var startDate = new Date('<?php echo date('Y-m-d', strtotime($this->startdate)); ?>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment