Patient Medical Records

  • + 1 comment

    For the correct date format use: toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' }). Thanks to the user who posted it couples of month ago.