react-native-nepali-picker 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,6 +188,10 @@ This package provides three main functions:
|
|
|
188
188
|
Convert a date from Anno Domini (AD) to Bikram Sambat (BS):
|
|
189
189
|
Function return the BS date in string type with format `yyyy-mm-dd`
|
|
190
190
|
|
|
191
|
+
|
|
192
|
+
>[!Note]
|
|
193
|
+
> Please update to version `1.0.1` at least, which fixes the date conversion bug (sometime if the converted BS date is first day of month , It increases the previous month last day by 1).
|
|
194
|
+
|
|
191
195
|
>[!Note]
|
|
192
196
|
> Supported date range is `1943-04-14` AD to `2042-04-14` AD.
|
|
193
197
|
|