I want to use Date Object Methods (getHoures(), getSeconds()
...) on new Date("string") (string = month day, year hh:mm:ss
) but my date format is like this : yyyy-mm-dd hh:mm:ss
So I need to convert "yyyy-mm-dd hh:mm:ss"
to "("day, month date year hh:mm:ss"
)"
How can i do please ?
Thx !