Date Format

0
  Hi, How do I add following format date into mendix Mon 02/13/2017    
asked
1 answers
4

Try the following custom date format: EEE MM/dd/yyyy

For more info see https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html 

answered