Ajesh Sen Thapa
Ajesh Sen Thapa
## Added option locale (default: ne) ```js $('#from-picker').nepaliDatePicker({ dateFormat: '%y-%m-%d', locale: 'en' }); // Output => "2079-3-22" ``` ## Added non zero formatting and full weekday names (on both locale)...
We have noticed inconsistencies in the monthly data across Hamro Patro and Nepali Patro, starting from the year 2081. This inconsistency was initially highlighted in the `go-nepali` project (https://github.com/opensource-nepal/go-nepali/issues/15). The...
This feature allows us to take input from Devanagari strings such as "२०७८-०१-१८" into the NepaliDate object. The current `parse` module should handle the Devanagari string so that the `NepaliDate`...
JavaScript lacks an easy way to format/parse Date objects. Let's create a utility from NepaliDate. The APIs would look like the following: - `nepaliDateObj.formatEnglishDate("YYYY-MM-DD")` - `nepaliDate = NepaliDate.parseEnglishDate("2018-12-48", "YYYY-MM-DD")` Use...
## Problem Statement The APIs for the locations don’t seem right in this `py-nepali` project. Nepali locations are data, not functional code, and this data should be able to be...
**Use Case** This Python package doesn't contain proper type hints and doc strings. A proper type hint and doc string help the end user to use the package. Furthermore, it...
We have added linter checks on pre-commit hooks, which assist in catching issues before committing code. However, relying solely on pre-commit hooks does not guarantee that developers have used them...
Python 3.12 is scheduled for release in October 2023 and will introduce a variety of new features, optimizations, and bug fixes. It is crucial for our 'nepali' package to keep...
Let's implement CLI for date conversion, English to Nepali (AD to BS), and Nepali to English (BS to AD). An example of a CLI would be: ```bash ad2bs 2023-04-29 #...