replace unixToDate to timeConvertor
This commit is contained in:
@@ -74,7 +74,7 @@ class TenderCard extends StatelessWidget {
|
||||
children: [
|
||||
// Date
|
||||
Text(
|
||||
unixToDate(int.parse(tender.publicationDate!.toString())),
|
||||
timeConvertor(int.parse(tender.publicationDate!.toString())),
|
||||
style: TextStyle(
|
||||
color: AppColors.grey60,
|
||||
fontSize: 12.0.sp(),
|
||||
|
||||
Reference in New Issue
Block a user