mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Added a custom delimiter for time and date and also the option to extract values from strings.
This commit is contained in:
@ -117,7 +117,7 @@ static Timestamp SqGetYears(SQFloat ammount)
|
||||
}
|
||||
|
||||
// ================================================================================================
|
||||
void Register_ChronoTimestamp(HSQUIRRELVM vm, Table & cns)
|
||||
void Register_ChronoTimestamp(HSQUIRRELVM vm, Table & /*cns*/)
|
||||
{
|
||||
RootTable(vm).Bind(_SC("SqTimestamp"), Class< Timestamp >(vm, _SC("SqChronoTimestamp"))
|
||||
// Constructors
|
||||
|
Reference in New Issue
Block a user