Custom formatting of date time in mock data

How to generate the date strings in the custom format? I have to display the date string as “Aug 01, 2019 @ 09:22:44 am”. What is the formula I have to use?

Got It! soved it by strftime() :smile: