Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
1k views

Parsing RFC1123 formatted dates in C#, .Net 4.0

I am trying to parse dates in RFC1123 format (Thu, 21 Jan 2010 17:47:00 EST). Here is what I tried but none worked: DateTime Date = DateTime.Parse(dt); DateTime Date = DateTime.ParseExact(dt, "r", ...
3
votes
2answers
190 views

Using RFC-1123 date format with C#, parsing issues for dates on Tuesdays

We ran into a bug in our product caused by the fact that for certain cultures, if you set the current thread's culture to that culture and then output a string based on a DateTime in RFC1123 format ...
1
vote
0answers
38 views

How to do Russian text validation in java using GNU's Regex..?

I did internationalization for my website.So my website also available in Russian language.But while gathering user information of Russian user from my web page i am not able to validate entered ...
1
vote
1answer
186 views

RFC 1123 date representation with Jetty

We're using jetty as front end http server, with cache policies. I would like to be clear on the requirements: Is the quoted below required? How should I implement this in Java? ...
1
vote
1answer
758 views

DateTime to RFC-1123 gives inaccurate timezone

If I get the RFC-1123 formatted date of a DateTime object, it gives the current local time, but gives the timezone as GMT (which is inaccurate). DateTime.Now.ToString("r"); returns Fri, 12 Feb 2010 ...
1
vote
2answers
674 views

Convert RFC 1123 date to timestamp in PHP

What is the easiest or most elegant way to convert a RFC 1123 date (From an HTTP-Expiration-header) to a UNIX timestamp? Example: Sun, 14 Aug 2005 16:13:03 GMT Do I really have to 'substr' ...
0
votes
1answer
18 views

Looking to build some regex to validate domain names (RFC 952/ RFC 1123)

One of our clients validates email addresses in their own software prior to firing it via an API call to our system. The issue is however that their validation rules do not match those our system, ...
0
votes
0answers
80 views

Why arent my webcam working for android application?

public class SurfaceViewUI extends Activity { private Paint paint= new Paint(Paint.ANTI_ALIAS_FLAG); private float initX, initY, radius; private boolean drawing = false; public class ...
0
votes
0answers
53 views

error that must declare the scaler variable with @

String str = "insert into datatoanuragsir([Reciept No],[Payment made on],[Payemnt Recd by],[Candidate Name],[Contact No],[Email-id],DoB,[Amt Paid],Vendor,[Exam Code],[Voucher Expiry ...