Tagged Questions

0
votes
2answers
36 views

convert date - PHP

Hey i want to convert this date: 2009-12-21 10:38:07 To a more readable date, like: 22 December 2009 - 10:38. But i don't know how to convert it to that ?
0
votes
1answer
31 views

lHow to create Crystal Report by code in Asp.Net

I want to create a crystal report in asp.net with c# use through parameterized query by coding (not by wizard).
0
votes
0answers
19 views

How to set DataField property by code in c1flexgrid

I am useing C1FlexGrid and i set the datatable as c1flexgrid's datasource. now i want to map filed of datatable to columns of c1flexgrid by code. please tell me how to do it.
0
votes
2answers
44 views

Transaction count exception in vb.net (SQL Exception)

I am getting below exception when i am going to enter record in a table through StoredProceduer of sqlserver i have a field which i need u update immediately after insert of new record in table. for …
-1
votes
5answers
95 views

Find value in Array

Hi guys, How can I find a value in Array using Ruby 1.8.7 ?
2
votes
4answers
188 views

Include softlinked folders in unix “find”

How can I tell unix "find" to include in it's recursive search a folder which is softlinked?
7
votes
17answers
623 views

Is “RTFM” counter-productive?

I'm reading the very excellent The Design of Everyday Things by Donald Norman. In it, he describes a common problem: The reason [that nobody reported a problem with the system] was simple: when …