We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
ad2bs 2023-04-29 # Output: 2080-01-16 bs2ad 2080-01-16 # Output: 2023-04-29
We can also decorate the output, with something like the below:
Nepali Date: Saturday, Baishak 16, 2080 शनिबार, बैशाख १६, २०८० English Date: Saturday, April 29, 2023
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
We can also decorate the output, with something like the below:
The text was updated successfully, but these errors were encountered: