Skip to content

Commit 59982ae

Browse files
authored
fix(docs): correct link for 'props' in 'Understanding Dates' guide (jquense#2562)
1 parent 6e5009a commit 59982ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/guides/Dates.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LinkTo from '@storybook/addon-links/react'
55

66
# Understanding Dates
77

8-
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.
8+
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.
99

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

0 commit comments

Comments
 (0)