We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2f16d commit b7d9ad6Copy full SHA for b7d9ad6
src/App.tsx
@@ -4,14 +4,15 @@ import { Footer } from './style/Footer'
4
import { Main, Info } from './style/Main'
5
import { GlobalStyle } from './style/Global'
6
import { Schedule } from './Schedule'
7
+import { format } from 'date-fns'
8
9
import LockIcon from 'feather-icons/dist/icons/lock.svg'
10
import UnLockIcon from 'feather-icons/dist/icons/unlock.svg'
11
12
export const App = () => {
13
let cfg = {
14
name: 'ExampleConf',
- day: '2020-11-21',
15
+ day: format(new Date(), 'yyyy-MM-dd'),
16
tz: 'Europe/Oslo',
17
sessions: {
18
900: 'Arrival & Breakfast',
0 commit comments