Muhammad Adil

Results 5 comments of Muhammad Adil

Hi All, I tried to get the difference in React Native with Hermes, but it was not working for me, I tried lots of options but finally, I came up...

@ayelenguini you need parse your date if the date format is NON-RFC/ISO8601. configure your moment as below mentioned `moment(date, 'MM/DD/YYYY').format('MM/DD/YYYY')` as you see I've given the 2nd argument in the...

@vksgautam1986 @diamont1001 i'm using momentjs, and momentjs by default consider the given date as ISO8601 if your date format is not like that then you have to provide the date...

@vksgautam1986 Could you please show me how you are doing in code, and what the date format is coming, in the above comments I've given you the example only. also,...

@alexziskind1 Any updates on this?