Skip to content

Commit

Permalink
⚡ add inline calendar | 🔨 fix indicateCurrentDate
Browse files Browse the repository at this point in the history
- Implemented the inline calendar feature.
- Addressed a bug where the current date indicator was not updating correctly when the date state was changed.
- Minor Bug Fixes.
  • Loading branch information
anuzpandey committed Nov 17, 2023
1 parent 9b9bacc commit d24ccd9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
58 changes: 30 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,17 @@ NepaliDatePicker.convertToNepaliDate(1996, 4, 22)

#### Features

- [x] ~~Proper UI for Date Picker~~
- [x] ~~Convert English Date to Nepali Date~~


- [x] Proper UI for Date Picker
- [x] Convert English Date to Nepali Date
- [ ] Convert Nepali Date to English Date
- [x] ~~Add Date Picker to Multiple Input Fields~~
- [x] ~~Remove jQuery Dependency~~
- [x] Add Date Picker to Multiple Input Fields
- [x] Remove jQuery Dependency
- [ ] Support Time Select
- [ ] Calculate Age on Date
- [ ] Add Configurations to Date Picker
- [x] ~~Close/Hide Date Picker on Date Select~~
- [x] Close/Hide Date Picker on Date Select
- [ ] Disable features on
- [x] Today's Date
- [x] Before Today's Date
Expand All @@ -134,31 +136,31 @@ NepaliDatePicker.convertToNepaliDate(1996, 4, 22)
- [ ] Specific Months
- [ ] Specific Years
- [ ] Mark Holidays on
- [x] ~~Specific Days~~
- [x] Specific Days
- [ ] Specific Dates
- [ ] Date Ranges
- [x] ~~Set Current Date Indicator~~
- [x] ~~Set Current Date on Input Value~~
- [x] ~~Set Date Format~~
- [x] ~~YYYY-MM-DD~~
- [x] ~~YYYY/MM/DD~~
- [x] ~~YYYY.MM.DD~~
- [x] ~~DD-MM-YYYY~~
- [x] ~~DD/MM/YYYY~~
- [x] ~~DD.MM.YYYY~~
- [x] ~~Picker Position~~
- [x] ~~Left~~
- [x] ~~Center~~
- [x] ~~Right~~
- [x] ~~Date Picker Days Format~~
- [x] ~~Full Name (ddd) [Eg. Sunday, आइतबार]~~
- [x] ~~Short Name (dd) [Eg. Sun, आइत]~~
- [x] ~~Very Short Name (d) [Eg. S, आ]~~
- [x] ~~Language Support (np/en)~~
- [x] ~~English~~
- [x] ~~Nepali~~
- [x] Set Current Date Indicator
- [x] Set Current Date on Input Value
- [x] Set Date Format
- [x] YYYY-MM-DD
- [x] YYYY/MM/DD
- [x] YYYY.MM.DD
- [x] DD-MM-YYYY
- [x] DD/MM/YYYY
- [x] DD.MM.YYYY
- [x] Picker Position
- [x] Left
- [x] Center
- [x] Right
- [x] Date Picker Days Format
- [x] Full Name (ddd) [Eg. Sunday, आइतबार]
- [x] Short Name (dd) [Eg. Sun, आइत]
- [x] Very Short Name (d) [Eg. S, आ]
- [x] Language Support (np/en)
- [x] English
- [x] Nepali
- [ ] Date Picker Theme
- [x] ~~Light~~
- [x] ~~Dark~~
- [x] Light
- [x] Dark
- [ ] Min Date
- [ ] Max Date
Loading

0 comments on commit d24ccd9

Please sign in to comment.