rechron 0.2.0 copy "rechron: ^0.2.0" to clipboard
rechron: ^0.2.0 copied to clipboard

Dart library for parsing relative date and time.

Rechron #

Dart library for parsing relative date and time.

Installation #

dependencies:
  rechron: ^0.1.0

Usage #

import 'package:rechron/rechron' as rechron;

rechron.parse('a moment ago');
// 2022-08-20 19:18:49.761788

rechron.parse('2 hours ago');
// 2022-08-20 17:17:13.154895

rechron.parse('in 2 days, 5 hours');
// 2022-08-23 00:18:35.610707

License #

This project is licensed under BSD-3-Clause.

1
likes
130
pub points
25%
popularity

Publisher

unverified uploader

Dart library for parsing relative date and time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

benchmark_harness, rechron_core

More

Packages that depend on rechron