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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:07:04+00:00 2026-05-23T12:07:04+00:00

I want to get a date in the format ‘YYYYMMdd’ (for example, today would

  • 0

I want to get a date in the format ‘YYYYMMdd’ (for example, today would be 20110627) format for the monday of the current week. From tomorrow through to Sunday I’d like to still print out Mondays (today’s) date. Then Next week, repeat the process

  • 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-23T12:07:05+00:00Added an answer on May 23, 2026 at 12:07 pm
    #monday
    date -dmonday +%Y%m%d
    
    #last monday
    date -dlast-monday +%Y%m%d
    
    #next monday
    date -dnext-monday +%Y%m%d
    
    #two mondays from now
    date -d'monday+14 days' +%Y%m%d
    
    #two mondays ago
    date -d'monday-14 days' +%Y%m%d
    
    #although, if you fancy yourself an Abraham Lincolin
    date -d'monday-fortnight ago' +%Y%m%d #2 weeks ago
    date -d'monday+fortnight' +%Y%m%d #2 weeks from now
    
    #Monday Next Year
    date -d'52+monday' +%Y%m%d
    
    #However, Monday Last Year
    date -d'52-monday' +%Y%m%d  #DOES NOT  WORK
    
    
    
    
    #you can try a day other than monday
    #and format this differently.
    

    if a range is what your after you may need to do a few things

    #Tuesday to Sunday
    #since today is monday, I'll use Tuesday
    echo `date -dtuesday +%Y%m%d-``date -dnext-sunday +%Y%m%d`
    

    which would output:

    20110628-20110703

    More on Dates

    note this only works on GNU date

    I have read that:

    Solaris version of date, which unable
    to support -d can be resolve with
    replacing sunfreeware.com version of
    date

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get today's date in the format of mm-dd-yyyy I am using
2011-03-04 21:00:40 I want to get current date and time in the above format.
I want to get the format of a given date string. Example: I have
Anyone know how to get a simple date format from boost of the current
I want to get the current UTC date with Javascript. How can I do
I want to store the current date & time which can be get by
I have a date string in format 08/1999 I want to get the first
I want to get records from sql server 2005 in datetime format like this
I get date in proper format from the database but i get time in
This code get date and time in UK time format but i want INDIAN

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.