Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.5 KB

dotnet-datetime

Latest Version on Packagist Total Downloads Software License

Tools for conversion between .NET and PHP DateTime objects

Install

Via Composer

$ composer require urbanplum/dotnet-datetime

Usage

$dotnetDateTime = new \Urbanplum\DotnetDateTime\DotnetDateTime();

echo $dotnetDateTime->formatToPhp('yyyy-MM-dd hh\:mm\:ss');

// Y-m-d h:i:s

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@johnsmith.io instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.