mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update agenda.js
This commit is contained in:
@@ -13,13 +13,13 @@ export default function AgendaContent({
|
|||||||
const [filterSelection, setFilterSelection] = React.useState('IDN');
|
const [filterSelection, setFilterSelection] = React.useState('IDN');
|
||||||
|
|
||||||
const dates = {
|
const dates = {
|
||||||
day1: new Date('03/07/2023').toLocaleDateString([], {
|
day1: new Date('March 7, 2023 09:10:00').toLocaleDateString([], {
|
||||||
dateStyle: 'full',
|
dateStyle: 'full',
|
||||||
}),
|
}),
|
||||||
day2: new Date('03/08/2023').toLocaleDateString([], {
|
day2: new Date('March 8, 2023 09:10:00').toLocaleDateString([], {
|
||||||
dateStyle: 'full',
|
dateStyle: 'full',
|
||||||
}),
|
}),
|
||||||
day3: new Date('03/09/2023').toLocaleDateString([], {
|
day3: new Date('March 9, 2023 09:10:00').toLocaleDateString([], {
|
||||||
dateStyle: 'full',
|
dateStyle: 'full',
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user