Today I Learned - Rocky Kev

Tagged “date”

  1. TIL toLocaleDateString that's built into Javascript for dates

    Date().toLocaleDateString('en-US') returns a string with a language sensitive representation of the date portion of this date.

See all tags.