7 Feb 2022 at 01:33 #1 Mrwong Mrwong Permabanned Joined 22 Mar 2020 Posts 2,337 what the best way via the myphpadmin to do this. cant sell something before you buy, using dates. So you buy it 1 nov but you cant sell it before that given date.
what the best way via the myphpadmin to do this. cant sell something before you buy, using dates. So you buy it 1 nov but you cant sell it before that given date.
7 Feb 2022 at 02:02 #3 Mrwong Mrwong Permabanned OP Joined 22 Mar 2020 Posts 2,337 Subliminal Aura said: Code: select product_id from products where release_date > "2022-11-01 00:00:00" Click to expand... What I mean is, in the gui tables you lock them so you cant enter a date before you purchase the item. you buy car on the 10 nov, but the sell column must start from the date given in the buy column.
Subliminal Aura said: Code: select product_id from products where release_date > "2022-11-01 00:00:00" Click to expand... What I mean is, in the gui tables you lock them so you cant enter a date before you purchase the item. you buy car on the 10 nov, but the sell column must start from the date given in the buy column.