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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:19:46+00:00 2026-05-30T18:19:46+00:00

how to (what I must to change inside the code) to limit the scope

  • 0

how to (what I must to change inside the code) to limit the scope of view (by using the button by users) to view only:

in week view – only the actual week without the way to previous and to next week

in the day view – actual day of course and with a way to view ONLY days from actual week (buttons previous and next).

(in month view – i dont use this view, without the month button (I know how to eliminate the month button))

How to delete buttons (previous/next) from week view?

I want to use only actual week view and the days (in days view) from this actual week.

ps.
maybe it helps – I’ve two extra variables (from php TimeZone section):

$date1 – it’s a first day (date) of the actual week (monday)

$date7 – it’s a last day (date) of the actual week (sunday)

  • 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-30T18:19:47+00:00Added an answer on May 30, 2026 at 6:19 pm

    To hide the previos and next buttons you can use jQueries power to hide elemetns by their class or ID.

    $('.fc-button-prev, .fc-button-next').hide();
    

    and this way you can always re show them, but if you never want to use it, just construct your fulclalendar with the following methods

        header: {
             left: 'today',
             center: 'prev,title,next',
             right: 'month,basicDay'
         },
    

    To change dates using a dropdown meneu, populate the select the way you wish, from server php side,

    For example my php writes this..(only partial code, but for example)

    "<option <?php echo 'value=\'' . $date1 . '\'>' . $date1; ?> - Monday</option>" +
    

    The resulting HTML should look like this

    <option value="2012-02-27">2012-02-27 - Monday</option>
    

    then again use the power of jQuery…

            $('#myDateSelector').change(function() {
                var selectedText = $('#myDateSelector option:selected').text(); //Gets the TEXT
                var selectedValue = $('#myDateSelector option:selected').val(); //gets the Value='abc'
    
                var selectedDate = new Date(selectedValue);
                $('#calendar').fullCalendar('gotoDate',selectedDate);
            } );
    

    Another answer of mine show more complex code on how to control fullcalendar, but it uses ASP server tags not PHP.. the JavaScript is still the same logic though.

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

Sidebar

Related Questions

I'm using ASP.NET Roles with a special role Must Change Password. If a user
Let's say you work someplace where every change to source code must be associated
Is there any way to change default font of controls in winforms. I must
What is the best way to change a user-password remotely in Unix? This must
Why the following example prints 0 and what must change for it to print
The documentation for -hash says it must not change while a mutable object is
At what point in a team's growth must process change drastically? A lone coder
It must be a somewhat common event to change the name of a property
I must be missing something obvious here... I can't get .change() to fire on
Sometimes for testing/developing purposes we make some changes in the code that must be

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.