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 = ""){

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions