Most Popular

1500 questions
1501
votes
39 answers

Where can I find documentation on formatting a date in JavaScript?

I noticed that JavaScript's new Date() function is very smart in accepting dates in several formats. Xmas95 = new Date("25 Dec, 1995 23:15:00") Xmas95 = new Date("2009 06 12,12:52:39") Xmas95 = new Date("20 09 2006,12:52:39") I could not find…
Naga Kiran
  • 8,585
  • 5
  • 43
  • 53
1496
votes
44 answers

Passing data between view controllers

I'm new to iOS and Objective-C and the whole MVC paradigm and I'm stuck with the following: I have a view that acts as a data entry form and I want to give the user the option to select multiple products. The products are listed on another view with…
Matt Price
  • 34,499
  • 6
  • 24
  • 33
1496
votes
12 answers

Vertical rulers in Visual Studio Code

Rendering More than One Ruler in VS Code VS Code's default configuration for a ruler is demonstrated below. "editor.ruler": 80 The issue I am having with the default VS Code configuration (as shown above) is that it only renders a single ruler.…
nalply
  • 26,770
  • 15
  • 78
  • 101
1491
votes
3 answers

Using group by on multiple columns

I understand the point of GROUP BY x. But how does GROUP BY x, y work, and what does it mean?
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
1489
votes
37 answers

What is the best way to add options to a select from a JavaScript object with jQuery?

What is the best method for adding options to a