Skip to content

Commit

Permalink
fix(docs): correct link for 'props' in 'Understanding Dates' guide (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrammt committed Apr 15, 2024
1 parent 6e5009a commit 59982ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/guides/Dates.stories.mdx
Expand Up @@ -5,7 +5,7 @@ import LinkTo from '@storybook/addon-links/react'

# Understanding Dates

Big Calendar is all about dates and times. Probably one of the easiest things that beginners miss, when first implementing Big Calendar, is that we **require** true JS [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) objects in our <LinkTo kind="props">props</LinkTo> and `event` definitions.
Big Calendar is all about dates and times. Probably one of the easiest things that beginners miss, when first implementing Big Calendar, is that we **require** true JS [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) objects in our <LinkTo kind="props" story="Full Prop List">props</LinkTo> and `event` definitions.

It is **up to the developer** to handle translating date/time values **to and from JS `Date` format**.

Expand Down

0 comments on commit 59982ae

Please sign in to comment.