Thanks to visit codestin.com
Credit goes to lib.rs

2 releases

0.1.1 Jun 18, 2025
0.1.0 Feb 14, 2025

#248 in Value formatting

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

79 downloads per month

GPL-3.0-only

5KB

Project Title

BT TIME UTILS

Description

Simple time formatting utility. Returns current date and time using the requested format.

Uses chrono formatting: https://docs.rs/chrono/latest/chrono/format/strftime/index.html

Usage

let (c_time, c_date) = get_current_time_and_date();
let (c_time, c_date) = get_formatted_time_and_date("%H:%M","%B %d, %Y");

Version History

  • 0.1.0
    • Initial Release
  • 0.1.1
    • Added get formated date

License

GPL-3.0-only

Dependencies

~1MB
~18K SLoC