The datepicker tag has no wiki summary.
0
votes
1answer
730 views
Validate date and time in sharepoint datetime picker control
In my SharePoint 2010 visual web part I have two SharePoint DateTime Picker controls, which is used to add new appointment to the appointment schedule calendar. Here one datetime picker control is for ...
0
votes
0answers
17 views
getting average number after data filter by date range
I would like to get an average number of a data that has been filter by date range. however instead of getting the avg for display date range it calculate all the number in the database:
ex:
...
0
votes
2answers
123 views
Date Field shows the word 'true' instead of a calendar after clicking the date picker
We're having this problem across all of our sites since migrating to SP2010. Occasionally (let's say 1/50 times), when you click the Calendar icon on a date, instead of seeing a calendar, you see the ...
0
votes
1answer
89 views
Broken DatePicker Calendar Popup
I'm having problems with the DatePicker in SP2013. The control shows fine, but the calendar popup is broken because of a missing stylesheet (the complete sprite sheet image is visible etc.).
The css ...
0
votes
1answer
206 views
Fire events on Selecting date on DateTimeControl
How to fire event when selecting date on DateTimeControl?
0
votes
1answer
225 views
Sharepoint Form Datetime fields height&width
I have SharePoint custom form with jquery tabs for some reason the sharepoint datefield is so small you can't see it even though it has width specified width. It shows as a small box about the size of ...
1
vote
0answers
35 views
How do I stop an emailed form from scrolling left/right when viewing in Outlook 2010?
I have an InfoPath form that when submitted sends an email. When the email is viewed i have to scroll left/right to see all the data. I have tried setting the field sizes to a set PX but the Date ...
1
vote
2answers
2k views
Sharepoint DateTime control, how to call client side as well as server side on datechanged
I am having a datetime control in sharepoint custom webpart
<SharePoint:DateTimeControl
runat="server"
ID="txtUKdtofAdm"
LocaleId="2057"
DateOnly="True"
...
1
vote
1answer
777 views
What could cause DatePicker to render blank iframe?
I'm witnessing a strange behaviour of the DatePicker control which renders on some machines the expected table with '30 boxes'
<IFRAME
style="Z-INDEX: 101; POSITION: absolute; WIDTH: ...
1
vote
0answers
163 views
How to insert null value in date type column
I created date type column. i can't insert null value to the column using sharepoint date control
0
votes
2answers
287 views
Date Picker does not show in Infopath Form services for one user only
I have an Infopath form which renders in the web browser. This form was created using Infopath 2007 and published to a document library in a Sharepoint 2007 site. The field "Open Date" is a date field ...
1
vote
2answers
371 views
SharePoint Foundation 2010 Misaligned Date Picker Control on Upgraded WSS 3.0 Sites
We recently upgraded our WSS 3.0 site to SharePoint Foundation 2010. Following the upgrade we've noticed that the date picker control does not align correctly on some of the old WSS 3.0 sites as shown ...
2
votes
1answer
1k views
Sharepoint date picker control
Can someone please tell me how can I highlight certain dates in the date picker control when the calendar part is clicked.
Thanks
2
votes
2answers
1k views
How do I format the Custom Field DateTime?
I want to create a date input box. When you select a date, it puts it in the format dd/mm/yyyy using the following Custom Field.
<Field ID="{3a521b04-fca1-4707-9134-fa4acd1456d8}" ...
0
votes
1answer
269 views
How can I set up a user selected date filter for a data view web part?
I have a request to set up a user based filter on a list. I know I can set up a data view web part, but I do not know what controls to use to set up the filter. I cannot use the Date Filter Web Part ...
1
vote
1answer
318 views
SharePoint DateTimeControl not doing post back when the time is changed, it does when we change date
I set SharePoint DateTimeControl's autopostback property to true, but postback only works when I change the date, it doesn't work when I change time. any ideas to make it postback when the time is ...
