I am using JavaScript Date function, new Date).toString()
and getting result like this Wed Jun 28 2017 10:31:09 GMT+0530 (India Standard Time)
, But I require the GMT value like this
Result: Wed Jun 28 2017 10:31:09 GMT+0530 (India Standard Time)
Require: GMT+05:30
How can I get this?