Skip to content

Instantly share code, notes, and snippets.

@muhrusdi
Created November 9, 2019 07:02
Show Gist options
  • Save muhrusdi/4d0370104741a2ae5469f58ddf52697b to your computer and use it in GitHub Desktop.
Save muhrusdi/4d0370104741a2ae5469f58ddf52697b to your computer and use it in GitHub Desktop.
// console.log(value[1]._d.toString().match(/\d{4}|\d{4}\-\d{4}/)[0])
// const startYear = value[0]._d.toString().match(/\d{4}|\d{4}\-\d{4}/)[0];
// const endYear = value[1]._d.toString().match(/\d{4}|\d{4}\-\d{4}/)[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment