I’m working on an Titanium application.
In which I want to take the local time.
My issue is, when I use:
var currentDateTime = new Date();
It shows the UTC time.
Is there anyway to get the current local time or device time ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I fixed the issue using the
getTimezoneOffsetfunction.I wrote a method which takes the UTC time as parameter and returns the local time