https://github.com/bios-marcel/date-time-util
Some Date / Time util Methods
https://github.com/bios-marcel/date-time-util
dateutil gta library pawn sa-mp samp sanandreas timeutil
Last synced: 3 months ago
JSON representation
Some Date / Time util Methods
- Host: GitHub
- URL: https://github.com/bios-marcel/date-time-util
- Owner: Bios-Marcel
- Created: 2017-01-14T14:02:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T12:20:21.000Z (over 8 years ago)
- Last Synced: 2025-02-23T16:06:45.597Z (3 months ago)
- Topics: dateutil, gta, library, pawn, sa-mp, samp, sanandreas, timeutil
- Language: SourcePawn
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Date-Time-Util
## What can i do with this library?
This library contains a bunch of utlitiy functions for Dates and Times. See the list [**here**](https://github.com/Bios-Marcel/DateUtil/wiki/Functions#functions)(Still incomplete).
## How do i install this?
It's very simple, just place the DateUtil.inc inside of your includes folder like this:
* pawno
* includes
* DateUtil.incand include it into your gamemode or filterscript like this:
```Pawn
#include
```## I am getting errors, it says that some functions are not defined!
You might get these errors because your code is outdated, to fix the problem try the following.
Add this:
```Pawn
#define USE_BWC
```in front of this:
```Pawn
#include
```doing that will automatically include the backwards compatibility include, if it exists.
## Something is not working like it should!
If you happen to find any bugs or are encountering any problems, create an [**issue**](https://github.com/Bios-Marcel/Date-Time-Util/issues/new)