Pchp.Library.DateTimeFunctions.getdate C# (CSharp) Method

getdate() public static method

Returns an associative array containing the date information of the current local time.
public static getdate ( Context ctx ) : PhpArray
ctx Pchp.Core.Context
return Pchp.Core.PhpArray
        public static PhpArray getdate(Context ctx)
        {
            return GetDate(ctx, System_DateTime.UtcNow);
        }

Same methods

DateTimeFunctions::getdate ( Context ctx, int timestamp ) : PhpArray