x4js - v2.2.49
    Preparing search index...

    Function date_format

    • Parameters

      • date: Date
      • Optionaloptions: any

      Returns string

      let date = new Date( );
      let options = { day: 'numeric', month: 'numeric', year: 'numeric', hour: 'numeric', minute: 'numeric' };
      let text = date_format( date, options );