I am using react-native-gifted-chat and want to change the default format for the time value from "createdAt" field. The default one is "month-day, year", I want to format the time to show hours and minutes and can't figure a way out...
I am using Moment plugin for the format: Moment(new Date()).format('DD-MMM-YYYY HH-mm A'); I get "Invalid date" or "-0001" as values but in console I get it correct...