aharon-vish

Results 1 comments of aharon-vish

yes it's in Spanish I have set ``` require('moment/locale/es-us'); moment.tz.setDefault('es-us'); ``` and then for display, I format the date `moment('Sun Dec 22 2020 18:00:18').format('MMM DD YYYY HH:mm'); ` this line...