Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parseDate and parseTime Helper Functions #4

Open
AndrewWJordan opened this issue Jan 5, 2022 · 0 comments
Open

Add parseDate and parseTime Helper Functions #4

AndrewWJordan opened this issue Jan 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@AndrewWJordan
Copy link
Collaborator

Given a time and date string, it would be nice to have functions that parse date and time.

For example:

function parseDate(dateTime) {
  return new Date(dateTime).toDateString();
}

function parseTime(dateTime) {
  return new Date(dateTime).toTimeString();
}
@AndrewWJordan AndrewWJordan added the enhancement New feature or request label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant