Page 1 of 1

Name of the day by LBB date function

Posted: Sat Apr 21, 2018 3:50 am
by sarmednafi
One of the good features that we can display the name of the day simply by using date$() under LBB, more work and calculation should be done under LB.

Code: Select all

Print Trim$ (Left$ (Date$( "dddd       / mm / yyyy" ),12))
Wait

Re: Name of the day by LBB date function

Posted: Sat Apr 21, 2018 9:05 am
by guest
sarmednafi wrote: Sat Apr 21, 2018 3:50 am One of the good features that we can display the name of the day simply by using date$() under LBB, more work and calculation should be done under LB.
The full set of formatting options for DATE$() is here. However I still think it is a serious limitation of LBB (and LB) that you only have those options when formatting today's date; ideally they should be available for formatting any date.

Richard.