dateChipText static method
dateChipText to get the text which is need to show on the DateChip
Implementation
static String dateChipText(final DateTime date) {
final dateChipText = DateChipText(date);
return dateChipText.getText();
}
dateChipText to get the text which is need to show on the DateChip
static String dateChipText(final DateTime date) {
final dateChipText = DateChipText(date);
return dateChipText.getText();
}