Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode

    Date Picker Widget

    2D Blocks
    1
    1
    157
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • info-creaticode
      CreatiCode last edited by admin

      Introduction

      In some apps, the user needs to specify a date. For example, to make a reservation on a day, or add an event to a calendar on a day. You can use the date picker widget to allow the user to pick a date, instead of typing it.

       
       

      Add a Date Picker

      You can use the following block to add a date picker widget centered at the given x/y position:

      03955c3a-a93d-4868-85cd-b68380de5e90-image.png

       
      It will start with a default value of today’s date, and you can pick any other date:

      dp.gif

       
       

      Handle Date Selection

      When the user has chosen a new date, you can use the “when widget changes” hat-block to handle this event. The updated date value will be stored in the “value of widget” block. For example, we can make the sprite say the newly selected date using these 2 blocks:

      dp2.gif

       
       

      Setting a Date Value

      If you do not want the initial date to be today’s value, you can change it using the “set value to” block:

      dp3.gif

      1 Reply Last reply Reply Quote 0
      • First post
        Last post