Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7838509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:07:54+00:00 2026-06-02T15:07:54+00:00

On a page that I’m building, there is a requirement to either display the

  • 0

On a page that I’m building, there is a requirement to either display the date (eg: 15 Aug) or, if the date is today, just display a time, eg: 10pm.

What would be the best way of coaxing that behaviour out of moment.js?

The format i’d like for a date is ‘d MMM’ and the format for time would be ‘hA’ (if minutes are 0) or ‘h:mmA’ (if minutes are not 0).

Any ideas on how to approach this? It looks like the calendar() function might be able to support something like that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T15:07:54+00:00Added an answer on June 2, 2026 at 3:07 pm

    You want to use moment.calendar: set everything except sameDay to d MMMM and sameDay to h:mmA. You can’t do finer grain than that.

    function timeTodayDateElse(date){
        moment.lang('en', {
            'calendar' : {
                'lastDay' : 'D MMMM',
                 'sameDay' : 'h:mmA',
                'nextDay' : 'D MMMM',
                'lastWeek' : 'D MMMM',
                'nextWeek' : 'D MMMM',
                'sameElse' : 'D MMMM'
           }
        });
    
        return moment(date).calendar();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that shows future events along with the date (server time).
I have a master page that uses @RenderBody to display the current controller\action content.
this page offered sample code that would be ideal for a task I'm working
I have a web page that uses a date range filter, the selected date
I have a web page that display this: The Html behind this is: <label>Approved
I have a page that I would like to password protect. This page should
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
I have a page that is exhibiting the strangest behavior. When building/debugging my project
I have a Silverlight page that I would like to have below appearance in
I have a form page that has an inputText field that accepts a date.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.