I’m trying to figure out what format I should use to store dates. I can use Date, Timestamp, DateTime, or Varchar. What works best with the Calendar type in Servoy? I need to be able to perform date related calculations if that matters.
Right now, I am having trouble formatting the appearance of the dates to be visually pleasing, and storing them in a MySQL in a proper format. Is there a way to make the date format “look” one way, but submit to the database another?
Any advice on the proper direction would be appreciated.