Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7058 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi ino,

Thanks for sharing.

Nice idea. Only one problem that I found. When I click the Up and Down Arrow for the date, it changes the month, and when I click on the Up and Dow Arrow for the Month, it changes the Day.

Lee

Posted

Hi Lee, this makes sense because Ino's version formats dates as dd/mm/yy.

For a simplified US version, use

Let([

var1 = Get(ScriptParameter);

var2 = If( var1 < 4; 1 ; -1 );

M = Mod( var1; 3 )];

Date( Month(DateScroll::gDate) + var2 * (M = 1); Day(DateScroll::gDate) + var2 * (M = 2); Year(DateScroll::gDate) + var2 * not M )

)

Posted

Good Morning JT.

Up early today, aren't you.

[color:red]Or go into layout mode and move the buttons.

:)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.