Added a custom delimiter for time and date and also the option to extract values from strings.

This commit is contained in:
Sandu Liviu Catalin
2016-03-26 18:18:41 +02:00
parent b5215b38e3
commit a4cf2dae85
7 changed files with 387 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_ChronoDatetime(HSQUIRRELVM vm, Table & cns)
void Register_ChronoDatetime(HSQUIRRELVM vm, Table & /*cns*/)
{
}