PHPackages                             php-sap/datetime - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. php-sap/datetime

ActiveLibrary

php-sap/datetime
================

Extends PHP's DateTime class by SAP week, date, time and timestamp format.

v1.5.0(1y ago)121.5k↓41.7%1MITPHPPHP ^8.1

Since Jan 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/php-sap/datetime)[ Packagist](https://packagist.org/packages/php-sap/datetime)[ RSS](/packages/php-sap-datetime/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (15)Used By (1)

SAP DateTime
============

[](#sap-datetime)

[![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![Maintainability](https://camo.githubusercontent.com/02bb0e1b912d4d9333eeafde54588d99bae6c47fec36e947bdd48dc4bd92ca93/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f31626661623932356533396266616632343266632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/php-sap/datetime/maintainability)[![Test Coverage](https://camo.githubusercontent.com/6219bc24e53f5e470b6488fe73bf01166f3abb39ea6ce158ee297df2366b35b8/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f31626661623932356533396266616632343266632f746573745f636f766572616765)](https://codeclimate.com/github/php-sap/datetime/test_coverage)

Extends PHP's [DateTime](https://www.php.net/manual/en/class.datetime.php) class by SAP week, date, time and timestamp format. Extends PHP's [DateInterval](https://www.php.net/manual/en/class.dateinterval.php) class by SAP time format.

- SAP week in format ``
- SAP date in format ``
- SAP time in format ``
- SAP timestamp in format ``

Usage
-----

[](#usage)

```
composer require php-sap/datetime:~1.0.0

```

### Parse a SAP week string into a DateTime object.

[](#parse-a-sap-week-string-into-a-datetime-object)

```
