paket_dart_da 1.0.0
paket_dart_da: ^1.0.0 copied to clipboard
A dart package to separate date and time from date time and returns date
GetData #
A simple Dart package to extract the date from a DateTime
string, providing only the year, month, and day.
Features #
- Extracts the date part (year, month, and day) from a
DateTime
string. - Provides a simple API to handle date extraction from formatted strings.
Installation #
Add the following dependency to your pubspec.yaml
file:
dependencies:
get_data: ^1.0.0