-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Usage: Show today's date: ./ndate --today [--unicode] [--format format_string] Convert to Bikram Sambat Date: ./ndate --tobs year month day [--unicode] [--format format_string] Convert to Gregorian Date: ./ndate --toad year month day [--unicode] [--format format_string] Options: --unicode : Display the date in Unicode format (Devanagari script). --format format_string : Specify a custom format for the date (e.g., 'y-m-d', 'd-M-y'). Default: 'y-m-d' Format Specifiers: y : Year m : Month (numeric) d : Day w : Weekday name M : Month name
- Loading branch information
Showing
2 changed files
with
306 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.