Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions plugins

plugins Functions

  • name

    setDay

    summary

    Set the day to the given date.

    description
    example

    setDay(new DateTime(2022,2,20), 28) will be date of 2022-2-28

    Parameters

    • date: DateTime

      the date to be changed

    • day: number

      the day of the new date

    Returns DateTime

    the new date with the day set

Generated using TypeDoc