Closed ajaysharma92 closed 4 years ago
Hi,
Please let me know how can i set the date format like this "Month D, Yr" for ex: December 16, 2019.
I have tried with this : outputFormat: "MM"+" "+"dd"+", "+"yyyy"
i am getting like this "12 12, 2019" actually I want the output like this "December 16, 2019" please suggest me a solution
Got the solutions
inputFormat: ["MMMM.DD.YYYY"], outputFormat: "MMMM"+" "+"dd"+", "+"yyyy"
Hi,
Please let me know how can i set the date format like this "Month D, Yr" for ex: December 16, 2019.
I have tried with this : outputFormat: "MM"+" "+"dd"+", "+"yyyy"
i am getting like this "12 12, 2019" actually I want the output like this "December 16, 2019" please suggest me a solution