lkalli
3 years agoOccasional Contributor
How to convert IST to EST dates
I need help to convert IST dates to EST. I tried using below syntax but i am getting error as incorrect format string. current = aqDateTime.Now(); aqConvert.DateTimeToFormatStr(current, "%m/%d/%Y %I:%M:%S %est")