Closed castell0riz0n closed 4 years ago
Hi, I want to show selected time beside the converted date I changed the pipe just like this
let MomentDate = moment(value, 'YYYY/MM/DD HH:mm:ss'); return MomentDate.locale('fa').format('YYYY/M/D HH:mm:ss');
but it shows the time like 1399/3/9 00:00:00, do you have any idea?
thanks in advance
Please create a demo
Hi, I want to show selected time beside the converted date I changed the pipe just like this
but it shows the time like 1399/3/9 00:00:00, do you have any idea?
thanks in advance