issues
search
lalusaud
/
nepali_calendar
A Ruby gem for generating Nepali Calendar & converting dates between AD to BS.
MIT License
8
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
To ad method
#6
sangamsth
opened
1 year ago
0
to_ad or to_date method is required for NepaliCalendar::BsCalendar instances
#5
Sagar535
opened
1 year ago
0
`bs_cal = NepaliCalendar::BsCalendar.new('', { year: 2078, month: 4, day: 1 })` is giving us `, 1 , 2078` which is very counterintuitive, more information such as month name, week day would be helpful
#4
Sagar535
opened
1 year ago
0
We need a method to_date in NepaliCalendar::AdCalendar, implementation should be simillar to '2022-01-01'.to_date giving us Date.new(2022, 1, 1))
#3
Sagar535
opened
1 year ago
0
how can we show calender in the text input?
#2
kamalpandey
opened
6 years ago
0
is_valid_BS_date check missing.
#1
sarojkh
closed
2 years ago
1