The 1C:Enterprise developers forum
Hi guys,I want to get date of 1 day before? How can I do that? And I want to added external file and show them(photo, pdf, word etc.). How can I do that?Could you help me, please?
Hi, Mehmet Tuğrul SARIÇİÇEKTo get date of 1 day before you can use the construction:
DateOfDayBefore = Date - 24*60*60;
DayBefore = BegOfDay(PreDay) - 1;
thank you