No announcements
Found 1077525 threads
-
3 Votes
Records Between two dates
You do not need to convert the DateTime from the DTPs to strings to pass them as parameters: Dim x, y As DateTime x = DateTimePicker1.Value.Date y = ...Answered | 5 Replies | 3057 Views | Created by Maged Hany - Sunday, March 23, 2014 1:44 PM | Last reply by Nitin gupts - Monday, March 24, 2014 7:42 AM -
0 Votes
Passing Date Variable as Input Parameter
You used LONG but wanted to operate on a date.Answered | 5 Replies | 6055 Views | Created by Orlanzo - Tuesday, February 22, 2011 3:49 PM | Last reply by Christa Kurschat - Wednesday, February 23, 2011 3:37 PM -
0 Votes
Data Between Two dates
You can still use your code by wrapping the date literals in Single Quote (') or you can use the other options provided by the members.Answered | 7 Replies | 5414 Views | Created by ozsql - Tuesday, July 13, 2010 12:26 AM | Last reply by S A - Monday, July 19, 2010 11:51 AM -
0 Votes
Passing a date to a subreport where subreport's dataset query manipulates the date string
SomeDateField.Value).ToShortDateString() method, but it does not work because it passes a string type to a date type and the report issues an error.Answered | 4 Replies | 3696 Views | Created by PhrankBooth - Saturday, October 10, 2009 8:58 PM | Last reply by PhrankBooth - Monday, October 12, 2009 3:23 PM -
0 Votes
Passing Dates to WebApi
1: Does your dates string received correctly in your Web API.Answered | 1 Replies | 77 Views | Created by Anonymous - Monday, June 13, 2016 10:26 PM | Last reply by Anonymous - Tuesday, June 14, 2016 3:03 AM -
1 Votes
Search Textbox string and two dates
Also I'm using a DateTime not a Date and would work the same for both.Answered | 11 Replies | 1105 Views | Created by Shahzadch - Sunday, December 8, 2019 8:54 AM | Last reply by leshay - Thursday, December 19, 2019 8:45 PM -
5 Votes
Difference between two dates
Hi Marcin, According to your description, you need to calculate the difference between the max date and min date in a group, right?Answered | 4 Replies | 1649 Views | Created by spq - Tuesday, June 2, 2015 10:30 PM | Last reply by spq - Monday, June 8, 2015 11:39 AM -
0 Votes
I have two dates from date and end date........
Plz refer the other thread:Answered | 5 Replies | 1344 Views | Created by vivek_kumar9 - Monday, February 3, 2014 12:11 PM | Last reply by Visakh16 - Monday, February 3, 2014 1:45 PM -
1 Votes
WebApi to WebService
WebAPI can't be added as a service reference.Answered | 5 Replies | 3131 Views | Created by ARTEA2 - Tuesday, October 8, 2013 1:28 PM | Last reply by ARTEA2 - Monday, October 14, 2013 12:04 PM -
0 Votes
Data between two dates
You say that SHPDATE is datetime so eg, '2010-04-21 15:57:44.000' Are you comapring this to just dates i.e. is @SHPDATEFROM a Date value e.g. ...Answered | 9 Replies | 4626 Views | Created by Bipins - Wednesday, April 21, 2010 2:40 PM | Last reply by Bipins - Wednesday, April 21, 2010 3:25 PM -
0 Votes
AI not showing performance data for WebAPI project
Hi, Inside a cloud service I have several web roles and I am interested to get insights data two of them.Answered | 1 Replies | 1092 Views | Created by Mang Alex - Thursday, April 24, 2014 4:02 PM | Last reply by Dmitry G Matveev - Friday, May 30, 2014 11:28 PM -
2 Votes
Difference between two dates
=0 THEN 'Y' ELSE 'N' END Why not simply use a '>' directly on the two dates being compared???Answered | 6 Replies | 7281 Views | Created by MSGupta - Wednesday, April 7, 2010 5:11 PM | Last reply by Muqadder - Wednesday, April 14, 2010 9:34 AM -
0 Votes
Unpivot table between two dates
Do you have a date table?Answered | 7 Replies | 2031 Views | Created by Omnipotent06 - Thursday, March 27, 2014 9:09 AM | Last reply by Jonathan Quek - Friday, March 28, 2014 1:26 AM -
0 Votes
Union two sets with different date range
[Date].Answered | 4 Replies | 3922 Views | Created by ns100 - Friday, June 26, 2009 3:59 AM | Last reply by ns100 - Monday, June 29, 2009 1:09 PM -
0 Votes
comparing two dates
hugo, Thanks for the reply, I got the query working, actually it's problem with the date format *** Regards ...Answered | 3 Replies | 4625 Views | Created by Shivakumar B - Tuesday, March 6, 2012 7:21 AM | Last reply by Shivakumar B - Wednesday, March 7, 2012 6:17 AM -
0 Votes
Records Between two dates
and how to call it and pass the dates from VB.net ?Answered | 9 Replies | 1470 Views | Created by Maged Hany - Monday, March 24, 2014 7:47 AM | Last reply by SQLZealots - Monday, March 24, 2014 11:16 AM -
4 Votes
Trouble calculating date/time between two dates.
I'm converting the date to a char data type in the query from the database, so I'm getting the format and actual date/time that I want.Answered | 13 Replies | 11267 Views | Created by DblR - Thursday, October 28, 2010 10:12 PM | Last reply by Mohamed Irshad - Thursday, December 2, 2010 4:02 AM -
0 Votes
Azure - WebApi - No Access from Internet
Hello, my question is, how can I restrict access to my Azure WebApp/WebApi from internet.Answered | 1 Replies | 473 Views | Created by tomkitom - Wednesday, February 14, 2018 9:28 AM | Last reply by AjayKumar-MSFT - Wednesday, February 14, 2018 2:00 PM -
0 Votes
Sample or example POSTing and GETing POCOs to WebAPI?
I shouldn't have posted two posts at the same time.Answered | 24 Replies | 4199 Views | Created by Terrence_ - Saturday, March 10, 2012 3:44 PM | Last reply by Terrence_ - Wednesday, April 4, 2012 2:35 PM -
0 Votes
Outputting the date difference between two date's.
To get difference in days between 2 dates simply use datediff(day, t.Answered | 5 Replies | 807 Views | Created by Richard I Evans - Friday, September 11, 2015 11:04 AM | Last reply by Erland Sommarskog - Friday, September 11, 2015 12:56 PM
No announcements