Skip to content

Instantly share code, notes, and snippets.

@sivakumar-kailasam
Created November 17, 2017 11:09
Show Gist options
  • Save sivakumar-kailasam/34d5e6f251e71e48e47a34e697623aa7 to your computer and use it in GitHub Desktop.
Save sivakumar-kailasam/34d5e6f251e71e48e47a34e697623aa7 to your computer and use it in GitHub Desktop.

| Mon | Tue | Wed | Thu | Fri | Sat | Sun | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | | 8 | 9 | 10 | 11 | 12 | 13 | 14 | | 15 | 16 | 17 | 18 | 19 | 20 | 21 | | 22 | 23 | 24 | 25 | 26 | 27 | 28 | | 29 | 30 | 31 | | | | |

function onDateSelect(date) { console.log(date.no, date.day); } const dates = [{no: 1, day: 'Mon'},{no: 2, day: 'Tue'}.....]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment