示例#1
0
function mv_date_obj()
{
    // returns the date object for existing stream set
    // @@todo this is very cacheable since it only changes when a streams change date or a new stream is added.
    return MV_SpecialMediaSearch::getJsonDateObj();
}