#Shop

1 messages ยท Page 1 of 1 (latest)

brisk crow
#

Hey

#

Ok

fresh totem
#

When you add items to the shop do a date check beforehand

brisk crow
#

Yes

#

But how

#

๐Ÿ˜„

fresh totem
#
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("yyyy/MM/dd");  
LocalDateTime now = LocalDateTime.now();
if (dtf.format(now)=="2022/02/01")
  Inventory.addItem(Stone);
else if (dtf.format(now)=="2022/02/02")
  Inventory.addItem(Cobblestone);
brisk crow
#

Oke top!

fresh totem
#

^^ That is not working code though

brisk crow
#

Owh?

fresh totem
#

it's just a rough explanation.

brisk crow
#

oof ok

fresh totem
#

We aren't here to just Give you code we just help with the problems ๐Ÿ™‚

brisk crow
#

I know

#

But .addItem

#

Dont work

#

@fresh totem

fresh totem
#

Like I said, it's a rough explanation and not working code. that's just the logic of how to do it

brisk crow
#

Ok