Questions tagged [date-nfs]

3 questions
0
votes
1 answer

from `const now = new Date()`, how can I verify that I am before or equal a particular date at a given timezone and hour?

I have a timezone map with publishing hour in the local zone with news that must define when they should be published on a date using a date picker. This is a new news article that is initialized with the following: { timeZoneId: 'Europe/Paris,…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
0
votes
2 answers

How to check if a date is before or after a locale time

I am working on a locale news application. Readers will get the news close to their place if you are in Paris, your local time zone is Europe/Paris, and we release news at 9am every morning. We want to allow before 9am publishing How can I check if…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
-3
votes
2 answers

How can I check in javascript if it's day time or night time on the client?

Using date-nfs, how can I check if new Date() is between 8am and 8pm?
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204