The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Jul 28, 2015
Company:

Hi everyone;

I want to show current date on planner when user open but planner show it's own added date. I mean today date is 16 November 2015 but planner show 13 November 2015 on open


How can I show today's date on opened?

 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Mehmet Tuğrul SARIÇİÇEK.

Thank you for creating a different topic for this question.

Please, use the following script to set the planner view period:

Code
   Planner.CurrentRepresentationPeriods.Clear();
   Planner.CurrentRepresentationPeriods.Add(BegOfDay(CurrentDate), EndOfDay(CurrentDate));

 
#3
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Jul 28, 2015
Company:

Thank you Timofey Bugaevsky,

And Could you look this please http://1c-dn.com/forum/forum1/topic1326/.

Edited: Mehmet Tuğrul SARIÇİÇEK - Nov 16, 2015 05:28 AM
 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)