Skip to content

Instantly share code, notes, and snippets.

@anil826
Last active February 18, 2016 19:27
Show Gist options
  • Save anil826/4e54d79a81c53a7700fc to your computer and use it in GitHub Desktop.
Save anil826/4e54d79a81c53a7700fc to your computer and use it in GitHub Desktop.
angularjs-bootstrap date-picker problem
#if you have problem relate picking date on pop-up modal of bootstrap in AngularJs aplication.
#Then it mean you have Time-zone problem to solve this proble for all time-zone just add a custom time zone to your time zone
then it will work same for every time zone.
i.e:
var date = '12/02/2016' , + " 12:00:00 UTC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment