| Modifier and Type | Method and Description |
|---|---|
JalaliDate |
DateConverter.gregorianToJalali(int year,
int month,
int day)
converts gregorian date based on input arguments to jalali date.
|
JalaliDate |
DateConverter.gregorianToJalali(int year,
java.time.Month month,
int day)
converts gregorian date based on input arguments to jalali date.
|
JalaliDate |
DateConverter.nowAsJalali()
returns current date based on jalali Date.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JalaliDateFormatter.format(JalaliDate jalaliDate)
Returns a string that shows given jalali date in a proper formatting, it first parses the given pattern and
creates some place holders for future values then it applies format.
|
protected DayOfWeekPersian |
DateConverter.getDayOfWeekPersian(JalaliDate jalaliDate) |
java.time.LocalDate |
DateConverter.jalaliToGregorian(JalaliDate jalaliDate)
converts jalali date based on input arguments to gregorian date.
|
Copyright © 2018. All rights reserved.