class MomentFormatConverter (View source)

This class is used to convert PHP date format to moment.js format.

Methods

static string
convert(string $format)

Returns associated moment.js format.

Details

static string convert(string $format)

Returns associated moment.js format.

Parameters

string $format

Return Value

string