You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// just to ensure that the timezone is Asia/Kathmandu
56
56
// else the time will be adjusted accordingly
@@ -61,7 +61,7 @@ In this package, we provide 2 `go` packages, `nepalitime` and `dateConverter`.
61
61
3. To parse a datestring into a `NepaliTime` object the `Parse` function can be used. This is the Nepali equivalent of the `time.Parse` function of go but instead of using the time parsing format of `Mon Jan 2 15:04:05 -0700 MST 2006` we decided to go with the `%Y/%m/%d` style parsing. We intend on supporting the go style formatting in the upcoming releases. Please see [directives](#date-directives) section to know which directives we support.
@@ -90,7 +90,7 @@ In this package, we provide 2 `go` packages, `nepalitime` and `dateConverter`.
90
90
1. This is one of the core functionalities in which an Englishdate(not an object) is converted to Nepali date in parts i.e. year, month, day in an array:
0 commit comments