date_time_formatter

Creator: coderz1093

Last updated:

0 purchases

date_time_formatter Image
date_time_formatter Images

Languages

Categories

Add to Cart

Description:

date time formatter

This package takes UNIX (milliseconds) timestamps and converts them to pretty, human-readable time and date formats.
Using #
Add the package to your pubspec.yaml
dependencies:
date_time_formatter 0.0.2+1
copied to clipboard
Import the library in a .dart file
import 'package:date_time_formatter/date_time_formatter.dart';
copied to clipboard
Format an arbitrary UNIX timestamp (int type, milliseconds since epoch) with TimeFormatter(Time:)
If you using Firebase for the project you got the time and date in timestamp format. Then you should convert it into a human-readable format.
So simply pass the data get from firebase to this like bellow
Timestamp(seconds, nanoseconds)
TimeFormatter(
Time: Timestamp(1659089683,98000000),
),
copied to clipboard
Formats #
This have only one format for the time
Ex: 7:00 am
12:00 pm

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.