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 4070816
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:40:39+00:00 2026-05-20T16:40:39+00:00

What is the shortest, simplest code to generate the curent month in Full English

  • 0

What is the shortest, simplest code to generate the curent month in Full English like September or in abbreviated three letter version like Feb and then add the current Year 2011?

So the code will, depending on the month and year, echo things like:

August 2016 or Aug 2016 etcettera. Thanks!

  • 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-05-20T16:40:40+00:00Added an answer on May 20, 2026 at 4:40 pm

    Full version:

    <? echo date('F Y'); ?>
    

    Short version:

    <? echo date('M Y'); ?>
    

    Here is a good reference for the different date options.

    update

    To show the previous month we would have to introduce the mktime() function and make use of the optional timestamp parameter for the date() function. Like this:

    echo date('F Y', mktime(0, 0, 0, date('m')-1, 1, date('Y')));
    

    This will also work (it’s typically used to get the last day of the previous month):

    echo date('F Y', mktime(0, 0, 0, date('m'), 0, date('Y')));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The challenge The shortest code by character count to generate a wave from the
The challenge The shortest code by character count that will generate a beehive from
The challenge: The shortest code by character count that will generate a series of
List the SHORTEST POSSIBLE CODE (counting number of instructions) for making x, y, and
The challenge The shortest code by character count, that will output musical notation based
The challenge The shortest code by character count to output a spider web with
What is the shortest / most elegant way to implement the following Scala code
The challenge The shortest code by character count to draw an ASCII representation of
The challenge The shortest code, by character count to output an ASCII representation of
The Challenge The shortest code by character count to output Ulam's spiral with a

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.