You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
I am facing a problem where I have to match the calendar to the timezone of a client who has a specific timezone and the calendar must correspond to this timezone, even the current time of the calendar
Describe the solution you'd like
I have already assigned the viewDate to the date with the specific timezone. Here I just use "as" for typescript because if I parse the Moment with the toDate it will take the timezone of my local and not the one I have specified for the moment viewDate = (moment.tz('Europe/Brussels').set({day: 16}) as unknown) as Date;
Describe your use case for implementing this feature
Additional context
angular 17.0.0
angular-calendar 0.31.0
Browser chrome
The text was updated successfully, but these errors were encountered:
Thanks so much for opening an issue! If you'd like to support this project, then please consider sponsoring me
Benchol
changed the title
How to customize the current time in calendar for a specific time zone using moment
How to customize the current time marker in calendar for a specific time zone using moment
Jul 25, 2024
Is your feature request related to a problem? Please describe
I am facing a problem where I have to match the calendar to the timezone of a client who has a specific timezone and the calendar must correspond to this timezone, even the current time of the calendar
Describe the solution you'd like
I have already assigned the viewDate to the date with the specific timezone. Here I just use "as" for typescript because if I parse the Moment with the toDate it will take the timezone of my local and not the one I have specified for the moment
viewDate = (moment.tz('Europe/Brussels').set({day: 16}) as unknown) as Date;
Describe your use case for implementing this feature
Additional context
The text was updated successfully, but these errors were encountered: