How can i change the current date to this format(DD/MM/YYYY) using moment.js?
I have tried below code.
$scope.SearchDate = moment(new Date(), \"DD/MM/YYY
for anyone who's using react-moment:
react-moment
simply use format prop to your needed format:
format
const now = new Date() {now}