A Format Specifier is a string.

The ConvertNetToPHP Method will convert "d" and "D" to their PHP equivalents.

Example

var format = Ext.Net.Utilities.DateTimeUtils.ConvertNetToPHP("d");

X.Msg.Notify("Format", format).Show();
Hope this helps.