Pages: 1
tell me the block name and what u want it to do and i will make it
Offline
There are pleanty of block requests on the block library requests page! Why not have a go at those?
sparks wrote:There are pleanty of block requests on the block library requests page! Why not have a go at those?
ok
get time and date block
coinman wrote:get time and date block
they're in the block library already.
sorry, late reply
('get %s' #r #getDate:)
and
getDate: t1 t1 = t1 date ifTrue: [^ dateToday]. t1 = t1 time ifTrue: [^ timeToday]