How to get only a date when user enter just a date part in DateTimeField

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to Rama Thummala

     Depending on the user/environment timezone, this can return a "Date and Time" in the future or past. IE: if the user's timezone setting is 12 hours ahead and they enter this value after 12:00PM than the value saved would be for the next day. I ran into an issue before where we were saving now() for a field and writing it to the DB and our DB was set to GMT while on the Appian side it would pull the result set as EST.