Skip to content

ZCiCal::fromSqlDateTime deprecated, no replacement #10

Description

@tomas-eklund

The method ZCiCal::fromSqlDateTime() is deprecated but the suggested replacement method ZDateHelper::fromSqlDateTime() does not exist.

class ZCiCal {
...
/**
 * Format into iCal time format from SQL date or SQL date-time format
 * 
 * @param string $datetime SQL date or SQL date-time string
 *
 * @return string iCal formatted string
 * @deprecated Use ZDateHelper::fromSqlDateTime() instead
 */
static function fromSqlDateTime($datetime = ""){

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions