thaiclubhouse.web.app
Website development
# Clone data repository
git clone https://github.com/clousehub/thaiclubhouse-data.git data
# Compile
php gen.php
Then open public/index.html
# Clone data repository
git clone https://github.com/clousehub/thaiclubhouse-data.git data
# Compile
php gen.php
Then open public/index.html
Make it display the weekday
https://github.com/clousehub/thaiclubhouse/blob/250a43c7fbce70a1c1733fe6bd2411ddd01801c6/gen.php#L75
Change to
<tr><th colspan=2><h2><?=formatDate($cdate)?></h2></th></tr>
Then create a function formatDate
that takes a string YYYY-MM-DD
and return a date with more info.
Category: JavaScript / Date and Time |
Watchers: 1 |
Star: 16 |
Fork: 1 |
Last update: Feb 21, 2021 |